Online documentation - WebsydianExpress v3.5 |
APIWebServer.WebServices._Parameters.GetFileName
Field | Variable | ...as | Description |
---|---|---|---|
WSType | Input | Input | Specifies the type of file the location is valid for. |
WSFileName | Output | Input | The location (path + name) of the file |
The API is a memory parameter API.
The API retrieves the type and location of a file from memory.
In the abstract FileServiceHandler function, the GetFileName API is called automatically for the input and output files (the output are placed in the local variables InputFile and OutputFile).
This means you should only have to use this API if you have created your own service processor that sets values for other filetypes or you are creating your own service handler function instead of inheriting from the abstract ServiceHandler function.